C#
VB
C++
Removes the item at the specified index of the collection.
protected override void RemoveItem(
int index
)
Protected Overrides Sub RemoveItem( _
ByVal index As Integer _
)
protected:
void RemoveItem(
int index
) override
index The 0-based index of the item to remove.
RemoveItem is meant to be overridden in a derived class. For a public method to remove an item from the LeadCollection<T>, see Remove.
This method raises the CollectionChanged event with Remove action.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET